projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1293209
)
Remove unneeded deprecation guards
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Dec 2017 18:15:18 +0000
(13:15 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 17 Dec 2017 18:15:18 +0000
(13:15 -0500)
No deprecated api used in here, it seems.
gtk/gtkprintoperation-unix.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation-unix.c
b/gtk/gtkprintoperation-unix.c
index 5ded7ca577189daeec86dcf290f07cf704116d95..1b8e35d29896ad9a252486152511ba20621cf8e3 100644
(file)
--- a/
gtk/gtkprintoperation-unix.c
+++ b/
gtk/gtkprintoperation-unix.c
@@
-202,7
+202,6
@@
shell_command_substitute_file (const gchar *cmd,
return g_string_free (final, FALSE);
}
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
static void
gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
cairo_surface_t *surface,
@@
-343,7
+342,6
@@
gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
g_free (data);
g_free (settings_filename);
}
-G_GNUC_END_IGNORE_DEPRECATIONS
static void
unix_finish_send (GtkPrintJob *job,